ComputedStyle

data class ComputedStyle(properties: List<NameValue>)

A subset of the full ComputedStyle as defined by the request whitelist.

Constructors

ComputedStyle
Link copied to clipboard
fun ComputedStyle(properties: List<NameValue>)

Properties

properties
Link copied to clipboard
val properties: List<NameValue>
Name/value pairs of computed style properties.

Sources

jvm source
Link copied to clipboard